/* General */
.qualifier {
  padding: 0 3px 0 3px;
  color: #FFF;
  margin: 0 3px 0 4px;
  border-radius: 3px;
}
.m_qualifier {
  padding: 3px 6px 4px;
  color: #FFF;
  position: relative;
  border-radius: 5px;
  line-height: 100%;
  background-color: #CCC;
}
.dd_img {
  cursor: pointer;
}
.m_qualifier span {
  margin-right: 4px;
}
.plurkaction .m_qualifier img.dd_img {
  margin: -3px 0 3px;
}
.m_qualifier i:before {
  top: 0;
  font-size: 16px;
  line-height: 16px;
}
.mini_form .m_qualifier i:before {
  top: 1px;
  font-size: 12px;
  line-height: 10px;
}
/* Menu */
.qual_menu ul {
  background: #fff;
  border-radius: 6px;
}
.qual_menu li {
  color: white;
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
}
.qual_menu li:hover {
  opacity: 0.7;
}
.qual_menu td {
  border: none !important;
  text-align: left;
}
.qual_menu .on {
  background-color: black !important;
  color: white !important;
}
.qual_menu .q_freestyle {
  color: #000;
  background-color: #CCC;
}
/* Quals */
/*.q_freestyle{
    background-color: #CCC;
}*/
.q_is {
  background-color: #ff7932;
}
.q_says {
  background-color: #e88d43;
}
.q_needs {
  background-color: #3aa46e;
}
.q_hopes {
  background-color: #e28ee1;
}
.q_feels {
  background-color: #4d99cd;
}
.q_thinks {
  background-color: #6ca5ce;
}
.q_wants {
  background-color: #84964d;
}
.q_wishes {
  background-color: #5cb27a;
}
.q_has {
  background-color: #468281;
}
.q_loves {
  background-color: #cc0100;
}
.q_hates {
  background-color: #111111;
}
.q_asks {
  background-color: #7c58a4;
}
.q_will {
  background-color: #ae60b1;
}
.q_was {
  background-color: #525252;
}
.q_had {
  /* not used */
  background-color: #8C8C8C;
}
.q_likes {
  background-color: #f2192d;
}
.q_shares {
  background-color: #c65454;
}
.q_replurks {
  background: #3b8610;
}
.q_replurks i {
  font-size: 12px;
  margin-left: 2px;
}
.q_gives {
  background-color: #683021;
}
.q_wonders {
  background-color: #4c6391;
}
.q_writes {
  background-color: #efab07;
}
.q_draws {
  background-color: #47b2b1;
}
.q_plays {
  background-color: #fd7387;
}
.q_buys {
  background-color: #ff9481;
}
.q_sells {
  background-color: #ff5129;
}
.q_eats {
  background-color: #ff8d06;
}
.q_polls {
  background-color: #3dabce;
}
.q_whispers {
  background-color: #32007e;
}
.qual_embedded {
  background: none;
  color: black;
  border: none;
  margin: 0;
  padding: 0 3px;
}
.extra_txt {
  font-size: 11px;
}
.lang_changer {
  position: absolute;
  font-size: 12px;
  background-color: #ffd88d;
  border: 1px solid #555555;
  color: #bf4507;
  padding: 0 3px 0 3px;
  white-space: nowrap;
}
.lang_changer img {
  margin: 0 2px 0 2px;
}
.td_qual div {
  white-space: nowrap !important;
}
#form_holder .qual_holder {
  color: black;
}

.plurkForm {
  padding: 3px 3px 0;
  position: relative;
}
.plurkForm:after,
.preview-list:after,
.icons_holder:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
/* submit button */
.submit_img {
  float: right;
  border: none;
  cursor: pointer;
  width: 80px;
  font-size: 25px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  border-radius: 5px;
  margin-left: 6px;
}
.submit_img_color {
  background: #FF574D;
}
.submit_holder {
  vertical-align: bottom !important;
}
.submit_img.pif-plurkapp:before {
  animation: rotating 1s linear infinite;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* input holder */
.input_holder {
  border: #eee 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.input_holder > * {
  flex: 1 0 100%;
}
.qual_holder {
  font-size: 24px;
  padding: 3px;
  flex: 0 0 auto;
  order: -3;
}
.qual_holder.qual-appended {
  order: -1;
}
.textarea_holder {
  overflow: hidden;
  flex: 1 0 4px;
  order: -2;
}
.textarea_holder textarea {
  background: #FFF;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 0 2px;
  margin: 0;
  resize: none;
  border-radius: 7px;
  font-size: 25px;
  line-height: 37px;
  height: 37px;
  display: block;
  width: 100%;
}
.textarea_holder textarea.error {
  color: red;
}
.plurkForm.posting .textarea_holder textarea {
  opacity: 0.5;
}
/* icons_holder */
.icons_holder {
  margin: 4px 0 4px;
  overflow: hidden;
  float: left;
  font-size: 12px;
}
.icons_holder li {
  float: left;
  margin: 4px 6px 0 0;
  cursor: pointer;
  font-size: 26px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  position: relative;
}
.icons_holder .pif-emoticon {
  color: #fcd254;
}
.icons_holder .pif-emoticon:hover {
  color: #e7b237;
}
.icons_holder .pif-emoticon:before {
  position: relative;
  z-index: 2;
}
.icons_holder .pif-emoticon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #333;
}
.icons_holder .pif-media {
  color: #8bcfd6;
}
.icons_holder .pif-media:hover {
  color: #7ab1b7;
}
.icons_holder .pif-sync {
  color: #96cb84;
}
.icons_holder .pif-sync:hover {
  color: #81ac72;
}
.icons_holder .pif-anynomous {
  color: #A98AB8;
  padding-left: 2px;
}
.icons_holder .pif-anynomous:before {
  top: 2px;
}
.icons_holder .pif-anynomous:hover {
  color: #997AA8;
}
.icons_holder .pif-poll {
  font-size: 30px;
  padding-left: 5px;
  color: #39aee0;
}
.icons_holder .pif-poll:hover {
  color: #4FA2CF;
}
.icons_holder .pif-privacy {
  color: #f4cb35;
}
.icons_holder .pif-privacy:hover {
  color: #e7b237;
}
/* other info */
.plurk_to,
.plurkForm .whispers_hint,
.priv,
.plurk_schedule {
  float: right;
  font-size: 13px;
  line-height: 17px;
  opacity: 0.6;
  margin-top: 6px;
  text-align: right;
}
.plurkForm .whispers_hint i,
.priv i {
  margin-right: 3px;
}
.plurk_to span,
.plurk_schedule span {
  margin-left: 6px;
  padding: 1px 2px;
}
.plurk_to span:before,
.plurk_schedule span:before {
  margin-right: 3px;
}
.plurk_to span.pif-cancel,
.plurk_schedule span.pif-cancel {
  background: red;
  color: #FFF;
  border-radius: 3px;
  cursor: pointer;
}
.char_updater {
  clear: both;
  font-size: 12px;
  display: block;
  line-height: 18px;
  opacity: 0.75;
}
.char_highlight a {
  text-decoration: underline!important;
  color: #FF574D !important;
}
/* poll message */
.poll_msg {
  font-size: 12px;
  line-height: 18px;
  white-space: normal;
  opacity: 0.75;
}
.poll_msg .poll_msg_btn {
  color: #FF574D !important;
}
.poll_msg .poll_msg_btn:hover,
.poll_msg .poll_msg_btn:active {
  text-decoration: underline;
}
/* sync form */
.sync_checked_holder {
  font-size: 12px;
  width: 200px;
}
.sync_checked_ul {
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.sync_checked_ul li {
  margin: 2px 0 3px;
}
.sync_checked_ul li a {
  color: #444;
}
/* mini_form */
.plurkForm.mini-mode .input_holder,
.mini_form .input_holder {
  border-radius: 6px;
}
.plurkForm.mini-mode .qual_holder,
.mini_form .qual_holder {
  padding: 1px 1px 0;
  font-size: 12px;
}
.plurkForm.mini-mode .m_qualifier,
.mini_form .m_qualifier {
  padding: 3px 6px 2px;
}
.plurkForm.mini-mode .textarea_holder textarea,
.mini_form .textarea_holder textarea {
  font-size: 12px;
  line-height: 19px;
  height: 19px;
  border-radius: 4px;
}
.plurkForm.mini-mode .icons_holder,
.mini_form .icons_holder {
  margin: 1px 0 3px;
}
.plurkForm.mini-mode .icons_holder li,
.mini_form .icons_holder li {
  line-height: 24px;
  margin: 1px 1px 0 0;
  width: 26px;
  font-size: 16px;
}
.plurkForm.mini-mode .icons_holder .pif-emoticon:after,
.mini_form .icons_holder .pif-emoticon:after {
  position: absolute;
  top: 5px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #333;
}
.plurkForm.mini-mode .char_updater,
.mini_form .char_updater {
  clear: none;
  float: right;
  margin: 4px 5px 0;
  color: #999;
}
.plurkForm.mini-mode .submit_img,
.mini_form .submit_img {
  display: none !important;
}
.mention-complete,
.mention-complete .pop-view-content,
.mention-complete .pop-view-content ul {
  border-radius: 0 !important;
}
.mention-complete .friends-select-list {
  max-height: 168px;
}
.mention-complete .friends-select-list li {
  border: 0;
  padding: 4px 6px;
  height: 28px;
}
.mention-complete .friends-select-list li * {
  display: inline-block;
  position: initial;
  float: none;
  margin: 0 6px 0 0;
  vertical-align: bottom;
  line-height: 20px;
  font-size: 12px;
}
.mention-complete .friends-select-list li .avatar {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
/* drop_indicator */
.drop_indicator {
  position: absolute;
  text-align: center;
  font: bold 16px Helvetica, Arial, Helvetica, Geneva, sans-serif;
  color: #AD615D;
  pointer-events: none;
  display: none;
  z-index: 700;
  right: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: #FAF5F0;
  border: 2px dashed #AD615D;
  opacity: 0.8;
  border-radius: 8px;
}
.drop_indicator:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticon-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
#emoticon-selector .header {
  margin: 0;
  height: 50px;
  padding: 5px 6px;
}
#emoticon-selector .header .preview-img {
  display: block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  white-space: nowrap;
}
#emoticon-selector .header .preview-img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticon-selector .header .preview-img img {
  max-width: 32px;
  max-height: 32px;
  vertical-align: middle;
}
#emoticon-selector .header .desc {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  padding-left: 10px;
}
#emoticon-selector .header .desc .title {
  color: #444;
  font-size: 13px;
}
#emoticon-selector .header .desc .desc {
  font-size: 12px;
}
#emoticon-selector .header .manager-button {
  position: absolute;
  width: 30px;
  height: 26px;
  background: #49ACEA;
  color: #FFF;
  border-radius: 4px;
  right: 8px;
  top: 11px;
  cursor: pointer;
  line-height: 26px;
  text-align: center;
  font-size: 15px;
}
#emoticon-selector .scroll-holder {
  position: relative;
}
#emoticon-selector .scroll-bar {
  position: absolute;
  width: 8px;
  right: 1px;
  height: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  top: 1px;
  border-radius: 4px;
  transition: opacity 300ms;
}
#emoticon-selector .scroll-bar:hover {
  opacity: 0.5 !important;
}
#emoticons-holder {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F9F9FD;
  margin-right: -50px;
  /* hide scroll */
  padding-right: 50px;
}
#emoticons-holder ul {
  display: block;
  width: 388px;
  padding: 5px;
  min-height: 50px;
}
#emoticons-holder ul li {
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 2px;
  margin: 1px;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
#emoticons-holder ul li:hover {
  background: #EEEEF3;
}
#emoticons-holder ul li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticons-holder ul li img {
  max-width: 48px;
  max-height: 48px;
  vertical-align: middle;
}
#emoticons-holder ul li.disabled {
  opacity: 0.4;
  cursor: initial;
}
#emoticons-holder .other-info {
  text-align: center;
}
/* emoticons tab */
#emoticon-tabs {
  padding: 4px 0 2px;
  height: 36px;
  position: relative;
  border-top: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.07);
}
#emoticon-tabs ul {
  display: block;
  margin: 0 4px;
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  list-style: none;
}
#emoticon-tabs li {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 4px 8px;
  *zoom: 1;
  /* ie7 hack */
  *display: inline;
  /* ie7 hack */
  border-radius: 4px;
  cursor: pointer;
  width: 36px;
  height: 26px;
}
#emoticon-tabs li.current {
  background: #EEEEF3;
}
#emoticon-tabs li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
#emoticon-tabs .tabs-arrow {
  display: none;
}
#emoticon-tabs.show-arrow ul {
  margin: 0 23px;
}
#emoticon-tabs.show-arrow .tabs-arrow {
  display: block !important;
  font-size: 12px;
  width: 20px;
  color: #999 !important;
  position: absolute;
  top: 4px;
  cursor: pointer;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
#emoticon-tabs.show-arrow .tabs-arrow:hover {
  color: #49ACEA !important;
}
#emoticon-tabs.show-arrow .tabs-arrow.disabled,
#emoticon-tabs.show-arrow .tabs-arrow.disabled:hover {
  color: #DDD !important;
}
#emoticon-tabs.show-arrow .tabs-arrow-left {
  left: 2px;
}
#emoticon-tabs.show-arrow .tabs-arrow-right {
  right: 2px;
}
/*
 hack pif's with-stem arrows into triangular arrows with limited width
*/
.emoticon,
.emoticon_my,
.emo_campaign,
.emoticons_campaign {
  vertical-align: top;
}
.emoticon-selector_img_on,
.emoticon-selector_img_off {
  cursor: pointer;
  float: left;
  margin: 2px 6px 0 0!important;
  position: relative;
  vertical-align: top;
}
#emoticon-selector .extra_emos_tip {
  padding: 3px 0 10px;
  text-align: center;
}
#emoticon-selector .emos_event_tip {
  bottom: 16px;
  color: black;
  position: absolute;
  left: 4px;
}
#emoticon-selector .emos_event_tip_secondary {
  color: #808080;
}
.preview-list {
  margin: 0 3px !important;
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 0 2px 4px;
}
.preview-list ul {
  padding: 0 2px;
}
.preview-list ul li {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 4px 4px 0 0;
  border: #DDD 1px solid;
  color: #888;
  position: relative;
  background-size: cover;
  cursor: pointer!important;
  font-size: 12px;
  text-align: center;
  line-height: 43px;
}
.preview-list ul li .ico {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: -2px;
}
.preview-list ul li .hi-def {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: 12px;
}
.preview-list ul li:hover {
  border-color: #BBB;
}
.preview-list ul .add_photo {
  font-size: 45px;
  font-family: Times New Roman;
  color: #AAA;
  line-height: 48px;
  text-align: center;
  vertical-align: top;
}
.preview-list ul .add_photo:hover {
  border: #BBB 1px dashed;
  color: #999;
  background: #F9F9FF;
}
.preview-list .meta,
.preview-list .poll-preview {
  width: auto;
  min-width: 50px;
  max-width: 160px;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 16px 2px 2px;
  text-align: left;
  overflow: hidden;
}
.preview-list .meta .preview-content,
.preview-list .poll-preview .preview-content {
  word-break: break-all;
  white-space: normal;
  padding: 0;
  font-size: 1em;
  line-height: 1.3em;
}
.preview-list .meta .preview-content .img,
.preview-list .poll-preview .preview-content .img {
  width: 44px;
  height: 44px;
  background-size: cover;
  float: left;
  margin-right: 3px;
}
.preview-list .meta .pif-edit,
.preview-list .poll-preview .pif-edit,
.preview-list .meta .pif-cancel,
.preview-list .poll-preview .pif-cancel {
  color: #ff574d !important;
  position: absolute;
  right: 2px;
  bottom: 2px;
  padding: 1px 2px;
  border-radius: 3px;
  text-decoration: none !important;
}
.preview-list .meta .pif-edit:hover,
.preview-list .poll-preview .pif-edit:hover,
.preview-list .meta .pif-cancel:hover,
.preview-list .poll-preview .pif-cancel:hover {
  background: #ff574d;
  color: #fff !important;
}
.preview-list .uploading .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  line-height: 50px;
  text-align: center;
  color: #F73;
  font-size: 18px;
}
.preview-list .uploading .progress div {
  position: absolute;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #F73;
}
.preview-list .uploading .error {
  color: #F73;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.preview-list .uploading .error:hover {
  color: #4A0;
}
.preview-list .poll-preview.plurk-edit {
  cursor: default !important;
}
.preview-list .poll-preview .preview-content {
  display: flex;
}
.preview-list .poll-preview .pif-cancel {
  top: 2px;
  right: 3px;
  bottom: auto;
}
.preview-list .poll-preview .pif-poll {
  margin-right: 3px;
  font-size: 44px;
  color: #39aee0;
}
.more-options {
  background: #F9F9FD;
}
.more-options .pop-view-content {
  overflow: hidden;
  border-radius: 4px;
  padding: 12px;
  color: #999;
  white-space: nowrap;
  font-size: 12px;
  line-height: 23px;
}
.more-options .option-limit {
  background: #FFF;
  padding: 6px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 14px;
}
.more-options .option-limit .options {
  padding-top: 4px;
  font-size: 13px;
}
.more-options .option-limit .options tr {
  border-radius: 3px !important;
  overflow: hidden;
}
.more-options .option-limit .options tr:hover {
  background: #F9F9FD;
}
.more-options .option-limit .options tr.selected {
  color: #FF574D;
}
.more-options .option-limit .options td {
  padding: 4px 4px 4px 26px;
  position: relative;
  cursor: pointer;
}
.more-options .option-limit .options td.pif-check:before {
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 12px;
  transform: scale(0.9);
}
.more-options .option-limit .options tr.limit-except:hover {
  background: none;
}
.more-options .option-limit .options tr.limit-except td {
  cursor: default;
}
.more-options .option-limit .options .comp-input-td {
  padding: 4px 4px 4px 0;
}
.more-options .option-limit .options .comp-input-td .comp-input {
  cursor: pointer;
}
.more-options .option-limit .everybody-private {
  color: #AAA !important;
  font-size: 12px;
}
.more-options .option-limit.disabled {
  opacity: 1;
}
.more-options .option-limit.disabled .options {
  opacity: 0.5;
}
.more-options .option-limit.disabled .options tr {
  opacity: 1;
}
.more-options .option-limit.disabled .options tr:hover {
  background: #fff;
}
.more-options .comp-input {
  display: inline-block;
  width: 200px;
  font-size: 12px;
  min-height: 23px;
  background-color: #fff;
  color: #999;
  padding: 1px 6px;
  white-space: pre!important;
  margin: 0 0 0 8px !important;
  vertical-align: top;
  border-radius: 3px;
  background: #F9F9FD;
}
.more-options .other-options {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding-top: 6px;
}
.more-options .other-options td {
  vertical-align: top;
}
.more-options .other-options .options {
  padding: 0 0 12px 10px;
}
.more-options .selection {
  display: block;
  line-height: 20px !important;
  border: #DDDDE2 1px solid;
  background: #FFF;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  color: #FF574D;
}
.more-options .selection ul {
  display: block;
  position: relative;
}
.more-options .selection li {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 26px 0 6px;
}
.more-options .selection li.selected {
  display: block;
  height: auto;
}
.more-options .selection:hover {
  border: #CCCCD2 1px solid;
}
.more-options .selection:before {
  position: absolute;
  right: 4px;
  top: 4px;
  transform: scale(0.8);
}
.more-options .selection .selection-menu {
  position: absolute;
  background: #FFF;
  border: #DDD 1px solid;
  left: -1px;
  z-index: 999;
  border-radius: 3px;
}
.more-options .selection .selection-menu li {
  height: auto;
  color: #666;
  padding: 2px 26px 2px 6px;
}
.more-options .selection .selection-menu li:hover {
  background: #FF574D;
  color: #FFF;
}
.more-options .checkbox {
  display: inline-block;
  position: relative;
  border: #DDDDE2 1px solid;
  background: #FFF;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #FF574D;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
}
.more-options .checkbox:hover {
  border: #CCCCD2 1px solid;
}
.more-options .checkbox:before {
  position: absolute;
  transform: scale(0.85);
  top: 4px;
  left: 2px;
  color: #FF574D;
}
.more-options .disabled {
  opacity: 0.5;
}
.more-options .question-mark {
  font-family: "Lucida Console";
  display: inline-block;
  color: #fff;
  background-color: #999;
  font-size: 12px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 8px;
  vertical-align: 40%;
  margin-left: 6px;
}
.more-options .question-mark:hover {
  background-color: #FF574D;
  color: #fff;
}
.limited-selector {
  margin-bottom: -1px !important;
}
.limited-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.limited-selector .pop-view-arrow {
  display: none !important;
}
.limited-selector .friends-select-list li.selected:before {
  position: absolute;
  right: 14px;
  top: 16px;
  font-size: 12px;
  color: #FF574D;
}
.limited-selector .limited-selector-selected {
  position: relative;
  border-top: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.07);
  background: #F9F9FD;
  padding: 6px;
}
.limited-selector .limited-selector-selected ul {
  display: block;
  background: #FFF;
  border-radius: 3px;
  border: #EEE 1px solid;
  cursor: text;
  white-space: normal;
  width: 300px;
  max-height: 120px;
  overflow-y: auto;
  padding: 0 2px 2px;
}
.limited-selector .limited-selector-selected li {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  color: #FFF;
  padding: 2px 4px 2px 5px;
  margin: 2px 2px 0 0;
  cursor: pointer;
}
.limited-selector .limited-selector-selected li.clique {
  background: #7daf23;
}
.limited-selector .limited-selector-selected li.plurker {
  background: #FF574D;
}
.limited-selector .limited-selector-selected li i {
  display: inline-block;
  transform: scale(0.7);
  margin-left: 3px;
}
.limited-selector .limited-selector-selected li.limited-selector-input {
  border-radius: 0;
  padding: 0 0 0 4px;
  cursor: text;
}
.limited-selector .limited-selector-selected li.limited-selector-input:before {
  color: #999;
  font-size: 12px;
  transform: scale(0.9);
  margin: 0px;
}
.limited-selector .limited-selector-selected li.limited-selector-input input {
  border: 0;
  width: 60px;
  margin: 0;
  font-size: 12px;
  padding: 2px 3px;
  border-radius: 0;
  color: #333;
}

.divplurk {
  position: relative;
  padding: 10px 10px 6px;
  word-wrap: break-word;
  background: #FFF;
}
.divplurk .plurk_icon {
  display: none;
}
.divplurk .avatar {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0 6px 6px 0;
}
.divplurk .avatar img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.divplurk .user {
  font-size: 1.05em;
  line-height: 18px;
}
.divplurk .user .qualifier {
  padding: 1px 3px;
}
.divplurk .time {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 12px;
  transform: scale(0.95);
  transform-origin: right;
}
.divplurk .time a {
  color: #AFB8CC;
}
.divplurk .time a:hover {
  color: #8F98AC;
}
.divplurk .content {
  line-height: 1.25em;
  margin-top: 4px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}
.divplurk.bigplurk {
  padding: 16px 20px;
}
.divplurk.bigplurk .avatar {
  margin: 0 10px 4px 0;
}
.divplurk.bigplurk .user {
  margin: 12px 0 0 0;
  font-size: 1.1em;
}
.divplurk.bigplurk .content {
  clear: both;
  margin: 0;
  padding: 8px 0;
  font-size: 1.25em;
  line-height: 1.5em;
}
.divplurk.bigplurk .manager a {
  margin-left: 20px !important;
  padding: 3px 6px 4px;
}
.divplurk.bigplurk .plurk_icon.private {
  display: block !important;
  left: auto !important;
  right: 13px;
  top: 30px;
}
.divplurk.bigplurk .time {
  top: 10px;
  right: 12px;
}
.prayforkyoani:after {
  content: '';
  background: url(https://s.plurk.com/events/prayforkyoani/cb7125f6d3f2b4cc1d54.png) no-repeat;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 4px;
  background-size: contain;
  z-index: 999999;
  left: 11px;
  bottom: -2px;
}
.banana_plurk a.pictureservices img {
  max-height: 48px;
}
.plurk br {
  margin-bottom: 1px;
}
.plurk .double-br {
  display: block;
  content: ' ';
  line-height: 0;
  margin: 0.6em 0 0 0;
}
.plurk a.ex_link {
  color: #0435D2;
  text-decoration: none;
}
.plurk a.ex_link:hover {
  text-decoration: underline;
}
.plurk a.meta {
  border: none;
  cursor: pointer;
  display: block;
  margin: 1px 0 4px;
  overflow: hidden;
  padding: 4px;
  position: relative;
  color: #2153D2;
  border-radius: 7px;
  background: #f6f8fe;
  background: rgba(33, 83, 210, 0.04);
  border: #e5ebfb 1px solid;
  border: rgba(33, 83, 210, 0.08) 1px solid;
}
.plurk a.meta img {
  border-radius: 5px;
  float: left;
  height: 48px;
  margin: 0 5px 0 0;
  max-width: 80px;
}
.plurk a.meta:hover {
  background: #edf1fc;
  background: rgba(33, 83, 210, 0.08);
  border: #d4dff7 1px solid;
  border: rgba(33, 83, 210, 0.12) 1px solid;
  text-decoration: none;
}
.plurk a.pictureservices {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  border: none;
  vertical-align: text-top;
  cursor: pointer;
  margin: 1px 2px 4px 0px;
  position: relative;
  border-radius: 5px;
}
.plurk a.pictureservices img {
  height: 64px;
  display: block;
  max-width: 240px;
}
.plurk a.pictureservices:hover {
  text-decoration: none;
}
.plurk a.pictureservices:hover img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.plurk a.ogvideo,
.plurk a.videoservices {
  position: relative;
}
.plurk a.ogvideo:after,
.plurk a.videoservices:after {
  content: url(https://s.plurk.com/68af10fe2794bbe7ae65.png);
  left: 8px;
  position: absolute;
  top: 7px;
}
.plurk a.meta.emopack {
  border: 1px solid rgba(216, 212, 54, 0.24);
  background-color: rgba(232, 230, 112, 0.18);
}
.plurk a.meta.emopack img {
  width: 48px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center center;
     object-position: center center;
  background-color: #ffffff;
}
.plurk a.meta.emopack:hover {
  border: 1px solid rgba(214, 210, 75, 0.36);
  background-color: rgba(232, 230, 112, 0.26);
}
.plurk .text_holder .poll {
  all: unset;
  display: block;
  color: #aaa;
}
.plurk .text_holder .poll:before {
  content: '\01f4ca\00a';
}
#permanent-plurk a.pictureservices {
  max-width: 400px;
}
#permanent-plurk a.pictureservices img {
  height: 96px;
}
#permanent-plurk a.pictureservices.rendered {
  max-width: 405px;
}
#permanent-plurk a.pictureservices.rendered img {
  max-width: 400px;
  height: auto;
  max-height: 1600px;
}
.plurk.plink {
  cursor: pointer;
}
.aboutme a.meta {
  border-left: none;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
  padding-right: 3px;
}
.aboutme a.meta:hover {
  background: rgba(0, 0, 0, 0.07);
}
.aboutme a.meta img {
  float: left;
  margin-right: 3px;
  border-radius: 5px;
  padding: 1px;
}
.aboutme a.pictureservices img {
  border-radius: 5px;
}
.plurk_content a.hashtag,
.plurk .text_holder a.hashtag {
  border-radius: 4px;
  color: #cf682f;
  font-size: 0.9em;
  margin: 0 0.1em;
}
.plurk_content a.hashtag:hover,
.plurk .text_holder a.hashtag:hover {
  background-color: #cf682f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: white;
  margin: auto -0.1em;
  padding: 0.05em 0.2em;
  text-decoration: none;
}
.plurk_content a.hashtag:active,
.plurk .text_holder a.hashtag:active {
  background-color: #ba5e2a;
}
/*---- holder ----*/
.timeline-holder {
  padding: 0!important;
  overflow: visible;
  height: 386px;
  position: relative;
  width: 100%;
  cursor: move;
}
.timeline-cnt,
.timeline-bg,
.timeline-cnt .block_cnt,
.timeline-bg .block_bg {
  position: absolute;
  height: 100% !important;
  width: 100%;
  left: 0;
  top: 0;
  overflow: visible !important;
}
.timeline-cnt {
  z-index: 600;
}
.timeline-bg {
  z-index: 400;
}
/*---- bottom line ----*/
.timeline-bg .block_bg .bottom_start,
.timeline-timeshow {
  position: absolute;
  padding: 0 4px;
  font-size: 12px;
  bottom: -8px;
  white-space: nowrap;
}
.bottom_start {
  background: #FFF;
  color: #CCC;
  border-radius: 5px;
}
.timeline-timeshow {
  background: #FF574D;
  color: #FFF;
  border-radius: 5px;
  z-index: 590;
}
.bottom-line {
  width: 100%;
  position: absolute;
  background-color: #FFF;
  height: 2px;
  z-index: -100;
  overflow: hidden;
  bottom: -1px;
}
/*--- loading ----*/
.timeline-holder .loading-div {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 100%;
  padding: 0;
  text-align: center;
}
.timeline-holder .loading-div .cnt {
  padding: 0 !important;
}
.timeline-holder .timeline-bg .block_bg .loading-div {
  width: auto;
  right: 100px;
}
/*---- message ----*/
.timeline-message {
  margin-top: -18px;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 23px;
  line-height: 35px;
  color: #FFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  z-index: 999;
}
/*---- Plurks ----*/
.timeline-cnt .plurk {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
.timeline-cnt .plurk .manager {
  display: none;
}
.plurk {
  color: #111;
  white-space: nowrap;
}
.plurk td {
  vertical-align: top;
  white-space: nowrap !important;
}
.plurk.pinned .plurk_icon {
  display: none;
}
.name {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}
.name:hover {
  text-decoration: underline;
}
.plurk_cnt {
  position: relative;
  font-weight: normal;
  color: #111;
  background-color: #fff;
  padding: 2px 0 0;
  line-height: 1.3;
  transition: background-color 5s;
  box-shadow: 1px 1px 3px -3px #000;
}
.plurk_cnt.new6 {
  transition: background-color 0s;
  background-color: #ffff99;
}
.plurk_cnt.new5 {
  background-color: #ffffaa;
}
.plurk_cnt.new4 {
  background-color: #ffffbb;
}
.plurk_cnt.new3 {
  background-color: #ffffcc;
}
.plurk_cnt.new2 {
  background-color: #ffffdd;
}
.plurk_cnt.new1 {
  background-color: #ffffee;
}
.text_holder {
  position: relative;
  background: none;
  min-width: 48px;
  white-space: normal !important;
}
.timeline-cnt .plurk .text_holder {
  width: 180px;
  white-space: normal;
  min-height: 1.3em;
  padding-right: 4px;
  height: auto;
  overflow: hidden !important;
}
.timeline-cnt .plurk .time {
  position: absolute;
  bottom: 7px;
  left: 9px;
  font-size: 12px;
  transform: scale(0.95);
  transform-origin: left;
  display: none;
}
.timeline-cnt .plurk .time a {
  color: #AFB8CC;
}
.timeline-cnt .plurk .time a:hover {
  color: #8F98AC;
}
.timeline-cnt .plurk.plurk_box .time {
  display: block;
}
.timeline-cnt .display {
  width: 380px;
  z-index: 1200;
}
.timeline-cnt .display table {
  width: 100%;
}
.timeline-cnt .display .text_holder {
  width: 100%;
  max-width: 80vw;
  height: auto !important;
  min-height: 2em;
  max-height: none !important;
  white-space: normal;
  min-width: 180px;
}
.timeline-cnt .plurk_box {
  width: 503px;
  z-index: 1300;
}
.link_extend .manager,
.plurk_box .manager {
  display: block !important;
}
.td_img {
  width: 20px;
}
.p_img,
.p_img img {
  width: 20px;
  height: 20px;
}
.td_qual {
  width: 0%;
  padding: 2px 0 2px 5px;
}
.td_cnt {
  width: 100%;
  padding: 2px 5px 5px 0;
}
* html .td_cnt {
  padding: 3px 5px 5px 0;
}
* + html .td_cnt {
  padding: 3px 5px 5px 0;
}
.td_response_count {
  width: 15px;
  height: 30px !important;
}
.response_count {
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1px 4px;
}
._lc_ .new .response_count {
  background: #fb0047;
  color: #fff;
}
/* For important plurks, like plurkbuddy plurks */
.glow .plurk_cnt {
  background-color: #ffffaa !important;
}
.day_start {
  font-weight: bold;
}
.plurk.editing {
  width: 380px;
}
.plurk.editing .td_cnt {
  position: relative;
}
.plurk.editing .td_cnt .text_holder,
.plurk.editing .td_cnt .manager {
  display: none !important;
}
.plurk.porn .porn-icon {
  display: inline-block;
  margin: 0 4px 0 1px;
}
.plurk.porn .porn-icon:before {
  color: #ff3600;
  position: relative;
  font-size: 18px;
  line-height: 0;
  top: 3px;
}
.plurk.porn-lock .manager {
  display: none !important;
}
.plurk.porn-lock .need-login,
.plurk.porn-lock .need-check {
  background: #eeebf0;
  color: #999;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: normal;
  text-align: center;
}
/* manager */
.manager {
  float: right;
  color: #AFB8CC;
  padding: 3px 4px 0;
  margin-top: 4px;
}
.manager:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.manager > a {
  display: inline-block;
  margin-left: 12px;
  color: #AFB8CC;
  border-radius: 3px;
  padding: 2px 5px 3px;
  text-decoration: none !important;
  cursor: pointer;
}
.manager > a.gift {
  margin-left: 10px;
}
.manager > a > span {
  margin-left: 3px;
}
.manager > a:hover {
  color: #FFF !important;
  background: #3667A5 !important;
}
.manager span a {
  margin-left: 0;
}
.manager .mute-on {
  color: #000 !important;
}
.manager .mute-on:hover {
  background: #3667A5 !important;
}
.manager .mute-off:hover {
  background: #000 !important;
}
.manager .replurk-on {
  color: #45b03f !important;
}
.manager .replurk-on:hover {
  background: #444 !important;
}
.manager .replurk-off:hover {
  background: #45b03f !important;
}
.manager .like-on {
  color: #e8443d !important;
}
.manager .like-on:hover {
  background: #444 !important;
}
.manager .like-off:hover {
  background: #e8443d !important;
}
.manager .mark-on {
  color: #5abac5 !important;
}
.manager .mark-on:hover {
  background: #444 !important;
}
.manager .mark-off:hover {
  background: #5abac5 !important;
}
.manager .promote:before {
  font-size: 14px;
}
.manager .cancel {
  color: #999;
}
.manager .delete {
  color: #ce8c8d;
}
.manager .delete:hover {
  background: #be6c6d !important;
}
/*---- Browse button ----*/
.browse_button {
  position: absolute;
  z-index: 5000;
  top: 167px;
}
.browse_button div {
  border: none !important;
  cursor: pointer;
}
.browse_button .cmp_arrow_right,
.browse_button .cmp_arrow_left {
  color: #FF574D;
  font-size: 56px;
}
.browse_button .cmp_back_to_today {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  background: #FF574D;
  color: #FFF;
  border-radius: 10px;
  position: absolute;
  margin-left: 11px;
  padding: 0px 9px;
}
.cmp_back_to_today:before {
  position: absolute;
  color: #FF574D;
  margin-left: -19px;
  margin-top: 4px;
}
.plurk_icon {
  position: absolute;
  top: 1.2em;
  left: 9px;
  z-index: 500;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
}
.plurk_icon:before {
  top: 0;
}
.plurk_icon:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #FFF;
  z-index: -1;
}
.plurk_icon.private {
  left: 15px;
  color: #ffd112;
}
.plurk_icon.bday {
  left: -5px;
}
.plurk_icon.favorite_icon {
  left: 32px;
  color: #e8443d;
}
.plurk_icon.bookmark_icon {
  left: 49px;
  color: #5abac5;
}
.plurk_icon.pif-replurk-circle {
  color: #0cca3a;
}
.pinned_plurk_icon {
  position: absolute;
  top: 1.2em;
  left: 9px;
  background-color: #e8443d;
  width: 16px;
  height: 16px;
  z-index: 500;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
}
.jap_qual {
  padding-right: 5px;
}
.plurk_top_link {
  background: url(https://s.plurk.com/a7c73f51a9c193f1af62.png) no-repeat -57px 0;
  padding-left: 20px;
  padding-bottom: 2px;
}
/* timeline control */
.timeline_control {
  z-index: 1001;
  position: absolute;
  width: 100%;
  margin-left: 16px;
  margin-top: -46px;
  height: 25px;
  pointer-events: none;
}
.timeline_control a {
  border-radius: 5px;
  padding: 0 8px;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
}
.timeline_control a i {
  opacity: 0.8;
  width: 18px;
  margin-right: 4px;
}
#timeline_control_holder {
  position: absolute;
  bottom: 0;
}
#filter_tab {
  pointer-events: auto;
  float: right;
}
#filter_tab:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}
#filter_tab li {
  list-style: none;
  float: right;
  clear: both;
  width: 100%;
}
#filter_tab a {
  display: block;
  overflow: hidden;
  background: #FFF;
  color: #999;
  margin-top: 0;
  height: 0;
  transition: height 200ms ease-in, margin-top 200ms ease-in;
  cursor: pointer;
  padding: 0 12px;
  opacity: 0.9;
}
#filter_tab a:hover {
  opacity: 1;
}
#filter_tab a.filter_selected {
  color: #FFF;
  background: #FF574D;
}
#filter_tab:hover a.no_unread {
  height: 0;
  margin-top: 0;
}
#filter_tab:hover a,
#filter_tab a.filter_selected,
#filter_tab a.has_unread,
#filter_tab:hover a.filter_selected,
#filter_tab:hover a.has_unread {
  height: 25px;
  margin-top: 6px;
}
.unread_generic {
  padding: 2px 4px 1px;
  margin-left: 5px;
  background-color: #f83010;
  color: #fff !important;
  border-radius: 4px;
  font-family: arial, sans-serif;
  font-size: 12px;
}
#time_show {
  position: absolute;
  z-index: 590;
  white-space: nowrap;
  font-size: 11px;
  display: none;
  padding: 0 4px;
  border-radius: 5px;
  margin-top: -9px;
}
#time_show.show {
  display: block;
}
#time_show:hover {
  display: none;
}
#time_show span {
  color: #FFF;
}
.evening,
.night,
.day,
.morning {
  background: #FF574D;
}
/* vertical timeline */
.timeline-holder.vertical {
  cursor: default;
  padding-bottom: 64px !important;
}
.timeline-holder.vertical,
.timeline-holder.vertical .timeline-cnt,
.timeline-holder.vertical .block_cnt {
  position: relative !important;
  height: auto !important;
}
.timeline-holder.vertical .timeline-timeshow,
.timeline-holder.vertical .browse_button,
.timeline-holder.vertical .bottom-line,
.timeline-holder.vertical .bottom_start {
  display: none !important;
}
.timeline-holder.vertical .timeline-bg .block_bg .loading-div {
  width: 100%;
  right: auto;
  top: auto;
  bottom: 0;
  height: 64px;
}
.timeline-holder.vertical .timeline-bg .block_bg .loading-div img {
  height: 50px;
}
.timeline-holder.vertical .block_cnt {
  padding: 8px;
}
.timeline-holder.vertical .plurk {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  margin-bottom: 8px;
  padding: 0;
}
.timeline-holder.vertical .plurk table {
  width: 100% !important;
}
.timeline-holder.vertical .plurk .td_img {
  width: 0 !important;
}
.timeline-holder.vertical .plurk .td_img .p_img {
  /* or it will be covered by plurk content */
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 10px;
}
.timeline-holder.vertical .plurk .td_qual {
  padding: 0;
}
.timeline-holder.vertical .plurk .td_qual > span {
  position: absolute;
  left: 36px;
  top: 12px;
}
.timeline-holder.vertical .plurk .td_cnt {
  padding: 38px 10px 8px 10px;
}
.timeline-holder.vertical .plurk .td_cnt .text_holder {
  width: 100%;
  height: auto !important;
  min-height: 2em;
  max-height: none !important;
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 100%;
}
.timeline-holder.vertical .plurk .td_response_count {
  display: none;
}
.timeline-holder.vertical .plurk:last-child {
  margin-bottom: 0;
}
.timeline-holder.vertical .plurk .manager {
  display: block !important;
  margin-top: 6px;
}
.snowflake {
  color: #FFF;
  font-size: 4em;
  opacity: 0.33;
  position: absolute;
  bottom: 32px;
  right: 15px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 700;
}
.snowflake:hover {
  cursor: pointer;
  opacity: 0.66;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.66);
}
.emo-adder {
  white-space: nowrap;
}
.emo-adder-loading {
  padding: 6px;
}
.emo-adder-loading img {
  width: 16px;
  height: 10px;
}
.emo-adder-panel .emo-groups {
  margin-top: 3px;
  white-space: normal;
  max-width: 300px;
}
.emo-adder-panel .emo-groups li {
  border-radius: 4px;
  margin: 3px 2px 0px 0;
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  text-align: center;
}
.emo-adder-panel .emo-groups li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
.emo-adder-panel .emo-groups li .new-group {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #888;
  color: #999;
}
.emo-adder-panel .emo-groups li.selected {
  background: #DDD;
}
.emo-adder-panel .buttons {
  position: relative;
  margin: 5px 0 5px;
  height: 21px;
}
.emo-adder-panel .buttons .add-button {
  color: #FFF;
  background: #4BABDF;
  float: right;
}
.emo-adder-panel .buttons .more-setting {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 0;
}
.emo-adder-panel .buttons .keyword-input {
  width: 120px;
  margin: 0 6px 0 0;
  height: 21px;
}
span.emoticon_my_wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
span.emoticon_my_wrapper .emoticon_my {
  cursor: pointer;
  opacity: 0.4;
}
span.emoticon_my_wrapper:before {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #49ACEA;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  line-height: 18px;
  z-index: 1;
  transform: scale(0.8);
}
img.emoticon_my.show-adder {
  border: #49ACEA 1px solid;
}
.plurk_editor .plurk_editor_form {
  float: right;
  color: #AFB8CC;
  margin-top: 3px;
}
.plurk_editor .plurk_editor_form::after {
  content: '';
  clear: both;
  height: 0;
  display: block;
}
.plurk_editor .plurk_editor_form .save {
  margin-left: 4px;
}
.plurk_editor .plurk_editor_form .saving {
  display: none;
  color: rgba(153, 153, 153, 0.75);
  line-height: 24px;
}
.plurk_editor.saving .plurk_editor_form .cancel,
.plurk_editor.saving .plurk_editor_form .save {
  display: none;
}
.plurk_editor.saving .plurk_editor_form .saving {
  display: inline;
}
.plurk_editor .poll_msg {
  color: #111;
}
.plurk_editor .poll_msg .poll_msg_add {
  color: #FF574D !important;
}
.plurk_editor .poll_msg .poll_msg_add:hover {
  text-decoration: underline;
}
.plurk_editor_box .plurk {
  max-width: 100%;
  width: 100%;
  padding: 10px 13px;
  word-wrap: break-word;
  background: #FFF;
  border-radius: 10px;
  position: relative;
}
.plurk_editor_box .plurk .avatar {
  margin: 0 10px 4px 0;
}
.plurk_editor_box .plurk .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.plurk_editor_box .plurk .user {
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 14px;
}
.plurk_editor_box .plurk > .content {
  width: 100%;
  margin: 0;
  padding: 8px 0 0 0;
  clear: both;
  background: none;
}
.plurk_editor_box .plurk .plurk_icon {
  display: none;
}
.plurk_editor_box .input_holder .qual_holder {
  padding: 0;
}
.plurk_editor_box .input_holder .textarea_holder textarea {
  min-height: 100px;
  padding: 0 0 2px 2px !important;
  overflow-y: auto;
}
.plurk_editor_box .input_holder .preview-list .meta {
  width: 160px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_icon {
  padding-top: 10px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_form {
  margin-top: 8px;
}
.plurk_editor_box .plurk_editor_manager .plurk_editor_form .saving {
  line-height: 31px;
}
.more-options .submit {
  position: absolute;
  right: 9px;
  bottom: 12px;
}
.more-options .loading {
  position: absolute;
  right: 9px;
  bottom: 12px;
}
.more-options .loading img {
  height: 32px;
}
.more-options .option-limit {
  position: relative;
}
.more-options .option-limit .disable-limited-to {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}
.more-options .option-limit .disable-limited-to .premOnlyTip {
  display: none;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  text-align: center;
  margin: 30px 20px;
  max-width: 100%;
}
.more-options .option-limit .disable-limited-to .premOnlyTip .msg {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.more-options .option-limit .disable-limited-to .premOnlyTip .button {
  font-size: 15px;
  padding: 6px 12px;
}
.more-options .option-limit .disable-limited-to:hover {
  background: #FFF;
}
.more-options .option-limit .disable-limited-to:hover .premOnlyTip {
  display: block;
}

.colorbox .pop-window-view {
  border-radius: 0;
}
.colorbox .pop-window-view .pop-window-content {
  padding: 0;
  overflow: hidden !important;
}
.cbox_left {
  position: relative;
  float: left;
  background: black;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.cbox_left iframe {
  display: block;
}
.colorbox .img-holder {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.colorbox .img-holder {
  background: url(https://s.plurk.com/admin/ext/images/default/grid/30ba600704724737f017.gif) no-repeat center center #000;
}
.colorbox .img-holder .cbox_img {
  background-color: #000;
}
.colorbox .img-holder .cbox-img-url {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #DDD;
  display: none;
  left: 10px;
  opacity: 0.33;
  overflow: hidden;
  padding: 2px 6px;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  top: 10px;
  white-space: nowrap;
  font-size: 12px;
  max-width: 70%;
}
.colorbox .img-holder .cbox-img-url:hover {
  color: white;
  opacity: 0.66;
  text-decoration: none;
}
.colorbox .img-holder:hover a.cbox-img-url {
  display: inline;
}
.colorbox .img-holder .cbox-img-previous,
.colorbox .img-holder .cbox-img-next {
  color: #FFF;
  font-size: 36px;
  height: 80%;
  width: 20%;
  position: absolute;
  top: 10%;
  display: none;
  opacity: 0.5;
  transition: opacity 200ms;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.15), 0 1px rgba(0, 0, 0, 0.15), 1px 0 rgba(0, 0, 0, 0.15), 0 -1px rgba(0, 0, 0, 0.15);
}
.colorbox .img-holder .cbox-img-previous:before,
.colorbox .img-holder .cbox-img-next:before {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 62px;
  margin-top: -30px;
  width: 44px;
}
.colorbox .img-holder .cbox-img-previous:hover,
.colorbox .img-holder .cbox-img-next:hover {
  opacity: 1;
}
.colorbox .img-holder .cbox-img-previous {
  left: 0;
}
.colorbox .img-holder .cbox-img-next {
  right: 0;
}
.colorbox .img-holder .cbox-img-next:before {
  right: 0;
}
.colorbox .img-holder:hover a.cbox-img-previous,
.colorbox .img-holder:hover a.cbox-img-next {
  display: block;
}
.colorbox .musicPlayer,
.colorbox .openInExternalWindow {
  color: #444;
  line-height: 25px;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: none;
}
.colorbox .musicPlayer:hover,
.colorbox .openInExternalWindow:hover {
  color: #AAA;
  background: #333;
  text-decoration: none;
}
.colorbox .cbox_left:hover .musicPlayer,
.colorbox .cbox_left:hover .openInExternalWindow {
  display: block;
}
.cbox_right {
  float: left;
  height: 100%;
  position: relative;
  text-align: left;
}
.cbox_right .cbox_close {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 4px;
  top: 5px;
  z-index: 100;
  color: #BBB;
  display: inline-block;
  height: 16px;
  padding: 0 3px 2px;
  cursor: pointer;
}
.cbox_right .cbox_close:hover {
  color: #333;
}
.cbox_right .cbox_plurk_holder,
.cbox_right .cbox_response {
  position: relative;
}
.cbox_right .plurk .time {
  top: 4px;
  right: 22px;
}
.cbox_right .plurk .cbox-current-target.pictureservices img {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.cbox_right .plurk .cbox-current-target.meta {
  background: rgba(232, 141, 67, 0.15) !important;
  border: 1px solid rgba(232, 141, 67, 0.2) !important;
}
.cbox_right .plurk .need-login,
.cbox_right .plurk .need-check {
  background: #FFF;
  padding: 40px 20px;
}
.cbox_right .plurk .need-login .button,
.cbox_right .plurk .need-check .button {
  margin-top: 20px;
}
.cbox_right .cbox_response {
  overflow: hidden;
}
.cbox_right .cbox_response .response_box {
  min-height: initial;
}
.cbox_right .cbox_response .list {
  padding: 0px;
}
.cbox_right .cbox_response .list .plurk {
  width: 100%;
}
.cbox_right .cbox_ads {
  border-top: 1px solid #DDDDDD;
  bottom: 0;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.cbox_right .cbox_ads img {
  cursor: pointer;
}
.cbox_right .cbox_ads iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
 * Music player
 */
#music_player {
  z-index: 1001;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#music_player iframe {
  width: 100%;
  height: 100%;
}
#music_player .player-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  text-align: center;
  padding: 6px 8px;
}
#music_player .player-control span {
  font-size: 12px;
  display: block;
  text-align: left;
  line-height: 16px;
  margin-bottom: 2px;
}
#music_player .player-control a {
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 6px;
  margin: 7px;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}
#music_player .player-control a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#music_player .player-control:hover {
  opacity: 1;
}

.pop-window .bookmark-editor {
  padding: 4px;
  position: relative;
}
.pop-window .bookmark-editor .title {
  font-size: 13px;
  line-height: 24px;
  color: #999;
  margin-left: 6px;
}
.pop-window .bookmark-editor .tags-holder {
  min-height: 36px;
  margin: 5px 5px 2px 5px;
  padding: 10px;
  background-color: #f5f5f9;
  border-radius: 5px;
  color: #888;
  font-size: 14px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item {
  display: inline-block;
  background-color: transparent;
  color: #afb8cc;
  margin: 2px 3px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  transition: 0.1s;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon {
  float: left;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon.pif-cancel {
  margin-left: 1.79px;
  margin-right: 1.79px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-icon.pif-tag {
  margin-right: 0;
}
.pop-window .bookmark-editor .tags-holder li.tag-item .tag-name {
  padding: 1px 0 1px 3px;
  font-size: 14px;
}
.pop-window .bookmark-editor .tags-holder li.tag-item:hover {
  background-color: #ce8c8d;
  color: #fff;
}
.pop-window .bookmark-editor .tags-holder li.tag-item.unpermitted:hover {
  background-color: #afb8cc;
  color: #fff;
}
.pop-window .bookmark-editor .tags-holder li.tags-nothing {
  position: relative;
  display: inline-block;
  margin: 2px 5px;
  color: #afb8cc;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: default;
}
.pop-window .bookmark-editor .selector-input {
  display: block;
  margin: 5px 5px 10px 5px;
}
.pop-window .bookmark-editor .selector-input input {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 13px;
  letter-spacing: 1px;
}
.pop-window .bookmark-editor .selector-input input::-webkit-input-placeholder {
  color: #888;
}
.pop-window .bookmark-editor .selector-input input::-moz-placeholder {
  color: #888;
}
.pop-window .bookmark-editor .selector-input input::placeholder {
  color: #888;
}
.pop-window .bookmark-editor .go-bookmarks {
  margin: 10px auto 0 auto;
  text-align: center;
}
.pop-window .bookmark-editor .go-bookmarks .button {
  background-color: #5abac5;
}
.pop-window .bookmark-editor .go-bookmarks .button:hover {
  background-color: #4a9aa5;
}
.pop-window .bookmark-editor .premOnlyTip {
  display: none;
  font-size: 14px;
  color: #666;
  line-height: 18px;
  text-align: center;
  margin: 30px 20px;
  max-width: 100%;
}
.pop-window .bookmark-editor .premOnlyTip .msg {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}
.pop-window .bookmark-editor .premOnlyTip .button {
  font-size: 15px;
  padding: 6px 12px;
}
.tags-select-list {
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: #EEE 1px solid;
  color: #666;
  width: 100%;
}
.tags-select-list .loading {
  margin: 12px auto;
  width: 32px;
}
.tags-select-list .loading img {
  height: 32px;
}
.tag-complete-list {
  margin: 0px 8px !important;
  border-radius: 4px;
}
.tag-complete-list .pop-view-content {
  padding: 0;
  border-radius: 3px;
  width: auto;
}
.tag-complete-list .pop-view-content .tags-select-list {
  border-radius: 3px;
}
.tag-complete-list .pop-view-content .tags-select-list ul {
  background-color: #fff;
  border-radius: 3px;
  max-height: 156px;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
  white-space: nowrap;
}
.tag-complete-list .pop-view-content .tags-select-list ul li.prediction-item {
  cursor: pointer;
  padding: 5px 26px 5px 12px;
  font-size: 14px;
  line-height: 16px;
  color: #432e07;
}
.tag-complete-list .pop-view-content .tags-select-list ul li.prediction-item.sel {
  background-color: #FF575D;
  color: #FFF;
}
.tag-complete-list.editable .pop-view-content ul {
  white-space: normal;
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item.sel .pif-edit {
  opacity: 0.75;
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item.sel .pif-edit:hover {
  opacity: 1;
  transform: scale(0.9);
}
.tag-complete-list.editable .pop-view-content ul li.prediction-item .pif-edit {
  padding: 0 2px;
  font-size: 16px;
  float: right;
  color: #FFF;
  transition: 0.3s;
}
.tag-complete-list .pop-view-arrow {
  display: none !important;
}

#timeline_holder {
  height: auto !important;
}
#permanent-holder {
  max-width: 1070px;
  margin: 0 auto;
  padding: 50px 350px 20px 20px;
  position: relative;
  min-height: 600px;
}
.adsense-holder {
  right: 20px;
  top: 50px;
  width: 320px;
  z-index: 1;
  position: absolute;
  overflow: visible;
}
#static-ads {
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
#float-ads .float-holder {
  position: relative;
  padding-top: 10px;
}
#float-ads .float-holder.floating {
  position: fixed;
  top: 0;
}
#permanent-plurk {
  position: relative;
  box-shadow: 1px 1px 15px -7px #000;
  border-radius: 10px;
}
#permanent-plurk > .plurk {
  border-radius: 10px 10px 0 0;
}
#permanent-plurk > .plurk.porn-lock {
  border-radius: 20px;
}
#permanent-plurk > .plurk.porn-lock .need-login,
#permanent-plurk > .plurk.porn-lock .need-check {
  background: #FFF;
  padding: 40px 20px 60px;
  font-size: 16px;
}
#permanent-plurk > .plurk.porn-lock .need-login .button,
#permanent-plurk > .plurk.porn-lock .need-check .button {
  margin-top: 30px;
  font-size: 16px;
}
#permanent-plurk .plurk_box {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#permanent-plurk .plurk_box .response_box {
  background: transparent;
  overscroll-behavior: auto;
}
#permanent-plurk .plurk_box .list {
  min-height: 240px;
}
#permanent-plurk .plurk_box .list > .response {
  border-radius: 5px;
  padding: 9px 14px 11px;
}
#permanent-plurk .plurk_box .list > .response .content {
  font-size: 1.15em;
  line-height: 1.4em;
}
#permanent-plurk .plurk_box .list > .response.editing {
  width: 100%;
}
#permanent-plurk .plurk_box .list > .response.editing .plurk_editor {
  width: 500px !important;
  padding: 3px 0;
}
#permanent-plurk .plurk_box .list .highlight-response-target {
  background: #F8F5F0;
}
#permanent-plurk .plurk_box .login_to_see {
  border-radius: 999px;
  padding: 10px 0;
}
#permanent-plurk .plurk_box .login_to_see a {
  font-size: 19px;
  padding: 14px 20px;
  display: inline-block;
  border-radius: 99px;
}
.poster_holder {
  padding: 4px;
  border-top: #eee 1px solid;
}
.poster_holder .more_options {
  color: #FF574D;
  position: absolute;
  right: 0;
}
.poster_holder .more_options:before {
  margin-right: 0!important;
}
#scroll-to {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background: #FFF;
  color: #AFB8CC;
  box-shadow: 1px 1px 5px -3px #000;
  cursor: pointer;
}
#scroll-to:hover {
  background: #FF574D;
  color: #FFF;
}
#scroll-to:before {
  transition: transform 200ms;
}
#scroll-to.scroll-to-top:before {
  transform: rotate(-180deg);
  top: 1px;
}
#scroll-to.scroll-to-bottom:before {
  transform: rotate(0deg);
  top: 3px;
}
@media screen and (max-width: 950px) {
  #permanent-holder {
    max-width: 740px;
    padding: 50px 20px 20px 20px;
  }
  .adsense-holder {
    position: relative;
    margin-top: 10px;
    width: 100%;
    right: auto;
  }
  #static-ads {
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    text-align: center;
  }
  #static-ads .adsense {
    display: inline-block !important;
  }
  #float-ads {
    display: none;
  }
}
body.noad #permanent-holder,
body.premium-theme #permanent-holder {
  max-width: 740px;
  padding: 50px 20px 20px 20px;
}
#permanent-plurk .plurk-poll {
  --plurk-poll-primary-font-size: 16px;
  --plurk-poll-button-font-size: 16px;
  --plurk-poll-secondary-font-size: 14px;
  padding: 12px 18px;
}

